+Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_class_init): Seth was confused by
+ keybindings. They should be Alt, not Ctl. Also, A-Home should go
+ home, not up.
+
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
+Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_class_init): Seth was confused by
+ keybindings. They should be Alt, not Ctl. Also, A-Home should go
+ home, not up.
+
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
+Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_class_init): Seth was confused by
+ keybindings. They should be Alt, not Ctl. Also, A-Home should go
+ home, not up.
+
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
+Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_class_init): Seth was confused by
+ keybindings. They should be Alt, not Ctl. Also, A-Home should go
+ home, not up.
+
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
+Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkfilechooserdefault.c
+ (gtk_file_chooser_default_class_init): Seth was confused by
+ keybindings. They should be Alt, not Ctl. Also, A-Home should go
+ home, not up.
+
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
0);
gtk_binding_entry_add_signal (binding_set,
- GDK_Up, GDK_CONTROL_MASK,
+ GDK_Up, GDK_MOD1_MASK,
"up-folder",
0);
gtk_binding_entry_add_signal (binding_set,
- GDK_KP_Up, GDK_CONTROL_MASK,
+ GDK_KP_Up, GDK_MOD1_MASK,
"up-folder",
0);
gtk_binding_entry_add_signal (binding_set,
- GDK_Home, GDK_CONTROL_MASK,
- "up-folder",
+ GDK_Home, GDK_MOD1_MASK,
+ "home-folder",
0);
gtk_binding_entry_add_signal (binding_set,
- GDK_KP_Home, GDK_CONTROL_MASK,
- "up-folder",
+ GDK_KP_Home, GDK_MOD1_MASK,
+ "home-folder",
0);
_gtk_file_chooser_install_properties (gobject_class);